home *** CD-ROM | disk | FTP | other *** search
/ LSD Docs / LSD Docs.iso / FILEZ / lsdgr14b.dms / lsdgr14b.adf / gvinstall.script < prev   
Text File  |  1979-12-31  |  753b  |  31 lines

  1. ; Grapevine Issue 14 HD Install Script
  2.  
  3. alert "Grapevine Issue 14 HardDisk Install%c%cVersion 1.0a"
  4. select "dh0:gv14"
  5. space "2500" ; 2.5mb
  6. message "Installing Grapevine into `%s/'"
  7.  
  8. mkdir "%s"
  9. mkdir "%s/sources"
  10.  
  11. copyifno "Gv14a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  12. copy "GV14a:#?" "%s/"
  13. copy "GV14b:#?" "%s/"
  14. copy "GV14c:#?" "%s/"
  15.  
  16. openfile "%s/go"
  17. writetofile "assign gv14a: %s/"
  18. writetofile "assign gv14b: %s/"
  19. writetofile "assign gv14c: %s/"
  20. writetofile "gv14a:gv14"
  21. closefile ""
  22.  
  23. closemessage ""
  24.  
  25. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  26. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  27. alert "%cInstall Complete%c"
  28.  
  29. end ""
  30.  
  31.